.swiper-pagination-bullet {
  background: #000 !important;
  opacity: 0.2 !important;
}

.swiper-pagination-bullet-active {
  background: #007aff !important;
  opacity: 1 !important;
}

.xcConfirm {
  box-sizing: content-box;
}

.container {
  width: 13.6rem;
  margin: 0 auto;
}

.yj-wz-header .top-nav-container {
  padding-top: 10px;
  *zoom: 1;
}
.yj-wz-header .top-nav-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.yj-wz-header .top-nav-container .left-container {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 0.25rem;
  line-height: 0.25rem;
}
.yj-wz-header .top-nav-container .right-container {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 0.25rem;
  line-height: 0.25rem;
}
.yj-wz-header .top-nav-container a + a {
  margin-left: 0.1rem;
}
.yj-wz-header .top-nav-container a {
  display: inline-block;
  font-size: 0.14rem;
  color: #fff;
}
.yj-wz-header .top-nav-container i {
  margin: 0 0.1rem;
  color: #fff;
  font-style: normal;
  font-size: 0.14rem;
}
.yj-wz-header .top-nav-container .top-menu span {
  color: #fff;
  font-size: 0.14rem;
  cursor: pointer;
}
.yj-wz-header .top-nav-container .top-menu:hover .bmjz-menu {
  max-height: 1000px;
}
.yj-wz-header .top-nav-container .weibo {
  position: relative;
  width: 18px;
  height: 14px;
}
.yj-wz-header .top-nav-container .weibo img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.yj-wz-header .top-nav-container .weibo img:nth-child(2) {
  position: absolute;
  width: 100px;
  top: 30px;
  left: -40px;
  display: none;
  z-index: 1001;
}
.yj-wz-header .top-nav-container .weibo:hover img:nth-child(2) {
  display: block;
  animation: fadeInUp 0.3s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@media screen and (max-width: 992px) {
  .yj-wz-header .top-nav-container {
    padding-top: 0;
  }
  .yj-wz-header .top-nav-container .wap-hidden {
    display: none;
  }
  .yj-wz-header .top-nav-container .left-container {
    height: 0.375rem;
    line-height: 0.375rem;
  }
  .yj-wz-header .top-nav-container .left-container a {
    font-size: 0.3rem;
  }
  .yj-wz-header .top-nav-container .left-container i {
    font-size: 0.3rem;
    margin: 0 0.125rem;
  }
  .yj-wz-header .top-nav-container .top-menu span {
    font-size: 0.3rem;
  }
  .yj-wz-header .top-nav-container .top-menu:hover .bmjz-menu {
    max-height: 60vh;
  }
  .yj-wz-header .top-nav-container .right-container {
    height: 0.375rem;
    line-height: 0.375rem;
  }
  .yj-wz-header .top-nav-container .right-container a + a {
    margin-left: 0.125rem;
  }
  .yj-wz-header .top-nav-container .right-container a {
    font-size: 0.3rem;
  }
  .yj-wz-header .top-nav-container .right-container i {
    font-size: 0.3rem;
    margin: 0 0.125rem;
  }
}
.yj-wz-header .bmjz-menu {
  width: 100%;
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 1001;
  background-color: rgba(242, 242, 242, 0.9);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.yj-wz-header .bmjz-menu .bmjz-main {
  padding: 0.1rem 0 0.25rem 0;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.yj-wz-header .bmjz-menu .bmjz-main .hd {
  margin-top: 0.2rem;
}
.yj-wz-header .bmjz-menu .bmjz-main .hd span {
  color: #2775cc;
  font-size: 0.16rem;
  border-radius: 0.5rem;
  display: inline-block;
}
.yj-wz-header .bmjz-menu .bmjz-main .bd {
  margin-top: 0.1rem;
  *zoom: 1;
}
.yj-wz-header .bmjz-menu .bmjz-main .bd:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.yj-wz-header .bmjz-menu .bmjz-main .bd ul {
  *zoom: 1;
}
.yj-wz-header .bmjz-menu .bmjz-main .bd ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.yj-wz-header .bmjz-menu .bmjz-main .bd ul li {
  width: 16.666%;
  float: left;
  line-height: 0.4rem;
}
.yj-wz-header .bmjz-menu .bmjz-main .bd ul li a {
  font-size: 0.16rem;
  color: #333;
  padding-right: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.yj-wz-header .bmjz-menu .bmjz-main .bd ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.yj-wz-header .bmjz-menu .bmjz-main .close {
  position: absolute;
  top: 0.25rem;
  right: 0px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .yj-wz-header .bmjz-menu {
    top: 1rem;
    overflow-y: auto;
  }
  .yj-wz-header .bmjz-menu::-webkit-scrollbar {
    width: 0.125rem;
  }
  .yj-wz-header .bmjz-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0.125rem;
  }
  .yj-wz-header .bmjz-menu .bmjz-main {
    padding: 0.375rem;
  }
  .yj-wz-header .bmjz-menu .bmjz-main .close {
    right: 0.375rem;
  }
  .yj-wz-header .bmjz-menu .bmjz-main .hd {
    margin-top: 0.25rem;
  }
  .yj-wz-header .bmjz-menu .bmjz-main .hd span {
    font-size: 0.4rem;
  }
  .yj-wz-header .bmjz-menu .bmjz-main .bd {
    margin-top: 0.25rem;
  }
  .yj-wz-header .bmjz-menu .bmjz-main .bd ul li {
    width: 50%;
    line-height: 0.75rem;
  }
  .yj-wz-header .bmjz-menu .bmjz-main .bd ul li a {
    font-size: 0.35rem;
    padding-right: 0.5rem;
  }
}
.yj-wz-header .logo-search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.38rem;
}
.yj-wz-header .logo-search-container .logo {
  width: 32.794%;
}
.yj-wz-header .logo-search-container .logo img {
  width: 100%;
  height: auto;
}
.yj-wz-header .logo-search-container .logo-text-container {
  text-align: left;
  height: 0.6rem;
  line-height: 0.6rem;
  width: auto;
}
.yj-wz-header .logo-search-container .logo-text-container img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.yj-wz-header .logo-search-container .logo-text-container .logo-text {
  font-size: 0.4rem;
  font-weight: bold;
  text-shadow: 0px 0.02rem 0.1rem #0764cc;
  color: #fff;
  margin-left: 0.8rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.yj-wz-header .logo-search-container .search-container {
  width: 36.6176%;
  height: 0.57rem;
  line-height: 0.57rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.28rem;
  overflow: hidden;
}
.yj-wz-header .logo-search-container .search-container input {
  width: calc(100% - 0.8rem);
  height: 100%;
  display: block;
  border: 0;
  padding-left: 0.3rem;
  font-size: 0.16rem;
}
.yj-wz-header .logo-search-container .search-container button {
  background-color: transparent;
  width: 0.8rem;
  height: 100%;
  background-image: url(../images/yj-wz-common-ic-search.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .yj-wz-header .logo-search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0.375rem;
  }
  .yj-wz-header .logo-search-container .logo {
    width: 80%;
    max-width: 446px;
  }
  .yj-wz-header .logo-search-container .logo img {
    width: 100%;
    height: auto;
  }
  .yj-wz-header .logo-search-container .logo-text-container {
    text-align: center;
    height: auto;
    line-height: normal;
    width: auto;
  }
  .yj-wz-header .logo-search-container .logo-text-container a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .yj-wz-header .logo-search-container .logo-text-container img {
    position: relative;
    left: 0;
    top: auto;
    transform: none;
    width: 1rem;
  }
  .yj-wz-header .logo-search-container .logo-text-container .logo-text {
    font-size: 0.45rem;
    text-shadow: 0px 0.02rem 0.1rem #0764cc;
    margin-left: 0;
    text-align: center;
    top: 0;
    transform: none;
    margin-top: 0.15rem;
  }
  .yj-wz-header .logo-search-container .search-container {
    width: 80%;
    max-width: 446px;
    height: 0.875rem;
    line-height: 0.875rem;
    border-radius: 0.5rem;
    margin-top: 0.25rem;
  }
  .yj-wz-header .logo-search-container .search-container input {
    width: calc(100% - 1.5rem);
    padding-left: 0.375rem;
    font-size: 0.35rem;
  }
  .yj-wz-header .logo-search-container .search-container button {
    width: 1.5rem;
  }
}
.yj-wz-header.yj-wz-common-header {
  background-image: url(../images/yj-wz-common-img-head-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 2.32rem;
}
.yj-wz-header.yj-wz-common-header .top-nav-container a,
.yj-wz-header.yj-wz-common-header .top-nav-container i {
  color: #fff;
}
.yj-wz-header.yj-wz-common-header .logo-search-container {
  margin-top: 0.53rem;
}
.yj-wz-header.yj-wz-common-header .logo-search-container .logo {
  width: 44.63235%;
}
.yj-wz-header.yj-wz-common-header .logo-search-container .search-container {
  width: 34.70588%;
  height: 0.5rem;
  line-height: 0.5rem;
  position: relative;
  background-color: #78a9f6;
  border-radius: 0.06rem;
  overflow: hidden;
  border: solid 1px #78a9f6;
}
.yj-wz-header.yj-wz-common-header .logo-search-container .search-container input {
  width: calc(100% - 0.72rem);
  height: 100%;
  display: block;
  border: 0;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  background-color: #fff;
}
.yj-wz-header.yj-wz-common-header .logo-search-container .search-container button {
  background-color: #78a9f6;
  width: 0.72rem;
  height: 100%;
  background-image: url(../images/yj-wz-common-ic-head-search-white.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .yj-wz-header.yj-wz-common-header {
    height: auto;
    padding-bottom: 0.375rem;
  }
  .yj-wz-header.yj-wz-common-header .logo-search-container .logo {
    width: 80%;
    max-width: 600px;
  }
  .yj-wz-header.yj-wz-common-header .logo-search-container .search-container {
    width: 80%;
    max-width: 600px;
    height: 0.875rem;
    line-height: 0.875rem;
    border-radius: 0.15rem;
    margin-top: 0.25rem;
  }
  .yj-wz-header.yj-wz-common-header .logo-search-container .search-container input {
    width: calc(100% - 1.25rem);
    padding-left: 0.375rem;
    font-size: 0.35rem;
  }
  .yj-wz-header.yj-wz-common-header .logo-search-container .search-container button {
    width: 1.25rem;
    background-size: 0.5rem 0.5rem;
  }
}
.yj-wz-header.yj-wz-zz-header .top-nav-container a,
.yj-wz-header.yj-wz-zz-header .top-nav-container i {
  color: #999;
}
.yj-wz-header.yj-wz-zz-header .top-nav-container .top-menu span {
  color: #999;
}
.yj-wz-header.yj-wz-zz-header .top-nav-container .weibo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/yj-wz-zz-index-ic-top-weibo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.yj-wz-header.yj-wz-zz-header .top-nav-container .weibo img:nth-child(1) {
  visibility: hidden;
}
.yj-wz-header.yj-wz-zz-header .logo-menu-container {
  margin-top: 0.26rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yj-wz-header.yj-wz-zz-header .logo-menu-container .logo-container {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yj-wz-header.yj-wz-zz-header .logo-menu-container .logo-container img {
  height: 0.63rem;
  flex-shrink: 0;
}
.yj-wz-header.yj-wz-zz-header .logo-menu-container .logo-container span {
  display: block;
  flex: 1;
  margin-left: 0.24rem;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  font-size: 0.34rem;
  letter-spacing: 1.7px;
  color: #2f72da;
}
.yj-wz-header.yj-wz-zz-header .logo-menu-container .yj-wz-zz-nav-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yj-wz-header.yj-wz-zz-header .logo-menu-container .yj-wz-zz-nav-menu a {
  display: block;
  font-size: 0.24rem;
  padding-bottom: 0.15rem;
  position: relative;
  box-sizing: border-box;
}
.yj-wz-header.yj-wz-zz-header .logo-menu-container .yj-wz-zz-nav-menu a.cur {
  font-weight: bold;
  color: #2f72da;
}
.yj-wz-header.yj-wz-zz-header .logo-menu-container .yj-wz-zz-nav-menu a.cur::before {
  content: "";
  position: absolute;
  width: 0.88rem;
  height: 0.04rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 0.02rem;
  background-color: #2f72da;
}
.yj-wz-header.yj-wz-zz-header .logo-menu-container .yj-wz-zz-nav-menu a + a {
  margin-left: 0.5rem;
}
.yj-wz-header.yj-wz-zz-header .zz-search-container {
  margin-top: 0.22rem;
  height: 3.34rem;
  background-image: url(../images/yj-wz-zz-index-img-head-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
}
.yj-wz-header.yj-wz-zz-header .zz-search-container .search-container {
  margin-left: auto;
  margin-right: auto;
  width: 37%;
  height: 0.5rem;
  line-height: 0.5rem;
}
.yj-wz-header.yj-wz-zz-header .zz-search-container .search-container input {
  width: calc(100% - 0.72rem);
  height: 100%;
  display: block;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  background-color: #fff;
  border-left: #2f72da solid 1px;
  border-top: #2f72da solid 1px;
  border-bottom: #2f72da solid 1px;
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
}
.yj-wz-header.yj-wz-zz-header .zz-search-container .search-container button {
  background-color: transparent;
  width: 0.72rem;
  height: 100%;
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  background-color: #2f72da;
  background-image: url(../images/yj-wz-zz-index-ic-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.28rem 0.28rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .yj-wz-header.yj-wz-zz-header .logo-search-container {
    margin-top: 0;
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container .search-container {
    position: absolute;
    top: -1.2rem;
    height: 0.35rem;
    line-height: 0.35rem;
    background: none;
    border-color: transparent;
    border-radius: 0.2rem;
    right: 3.6rem;
    width: 0.5rem;
    transition: all 0.3s ease;
    overflow: visible;
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container .search-container input {
    background-color: transparent;
    color: #999;
    font-size: 0.14rem;
    width: calc(100% - 0.5rem);
    display: none;
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container .search-container button {
    background-color: transparent;
    width: 0.5rem;
    background-size: 0.2rem;
    background-image: url(../images/yj-wz-zz-index-ic-search-gray.png);
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container .search-container::after {
    content: "";
    width: 1px;
    height: 0.14rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #999;
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container .search-container:hover {
    width: 15%;
    overflow: hidden;
    border: solid 1px #999;
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container .search-container:hover input {
    display: block;
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container .search-container:hover::after {
    display: none;
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container .search-container.login {
    right: 4rem;
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container .search-container.login:hover {
    width: 13%;
  }
}
@media screen and (max-width: 992px) {
  .yj-wz-header.yj-wz-zz-header .logo-menu-container {
    margin-top: 0.2rem;
    flex-direction: column;
    align-items: center;
  }
  .yj-wz-header.yj-wz-zz-header .logo-menu-container .logo-container {
    flex: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .yj-wz-header.yj-wz-zz-header .logo-menu-container .logo-container img {
    height: 0.7rem;
  }
  .yj-wz-header.yj-wz-zz-header .logo-menu-container .logo-container span {
    margin-left: 0;
    font-size: 0.45rem;
    letter-spacing: normal;
  }
  .yj-wz-header.yj-wz-zz-header .logo-menu-container .yj-wz-zz-nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 0.2rem;
  }
  .yj-wz-header.yj-wz-zz-header .logo-menu-container .yj-wz-zz-nav-menu a {
    display: block;
    font-size: 0.4rem;
    padding-bottom: 0.2rem;
    text-align: center;
  }
  .yj-wz-header.yj-wz-zz-header .logo-menu-container .yj-wz-zz-nav-menu a.cur::before {
    width: 1rem;
    height: 0.06rem;
    border-radius: 0.03rem;
  }
  .yj-wz-header.yj-wz-zz-header .logo-menu-container .yj-wz-zz-nav-menu a + a {
    margin-left: 0;
  }
  .yj-wz-header.yj-wz-zz-header .zz-search-container {
    margin-top: 0;
    height: 3rem;
    background-image: url(../images/yj-wz-zz-index-img-head-bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 0.8rem;
  }
  .yj-wz-header.yj-wz-zz-header .zz-search-container .search-container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 1rem;
    line-height: 1rem;
  }
  .yj-wz-header.yj-wz-zz-header .zz-search-container .search-container input {
    width: calc(100% - 1.5rem);
    padding-left: 0.3rem;
    font-size: 0.375rem;
  }
  .yj-wz-header.yj-wz-zz-header .zz-search-container .search-container button {
    width: 1.5rem;
    background-size: 0.5rem 0.5rem;
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container {
    position: absolute;
    top: 4rem;
    z-index: 100;
    width: 100%;
    left: 0;
  }
  .yj-wz-header.yj-wz-zz-header .logo-search-container .search-container {
    border: solid 1px #2f72da;
  }
}

.yj-wz-nav-menu {
  background-color: #2f72da;
  height: 0.68rem;
  line-height: 0.68rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.yj-wz-nav-menu > .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  position: static;
}
.yj-wz-nav-menu > .container > div {
  display: block;
  box-sizing: border-box;
  position: static;
  flex: 1;
  height: 0.68rem;
  line-height: 0.68rem;
}
.yj-wz-nav-menu > .container > div > a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  text-shadow: 0px 2px 2px rgba(6, 73, 142, 0.35);
}
.yj-wz-nav-menu > .container > div > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0%;
  max-width: 1.2rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background-color: #fff;
  transition: all 0.3s ease;
}
.yj-wz-nav-menu > .container > div > .children {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(242, 242, 242, 0.85);
  height: 0.45rem;
  line-height: 0.45rem;
  overflow: hidden;
}
.yj-wz-nav-menu > .container > div > .children .container {
  height: 100%;
}
.yj-wz-nav-menu > .container > div > .children .children-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.yj-wz-nav-menu > .container > div > .children a {
  display: block;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.18rem;
  color: #000;
  text-align: center;
  padding: 0 0.1rem;
  word-break: keep-all;
  z-index: 1;
}
.yj-wz-nav-menu > .container > div > .children a:hover {
  color: #2f72da;
}
.yj-wz-nav-menu > .container > div.cur > a, .yj-wz-nav-menu > .container > div:hover > a {
  font-weight: bold;
  font-family: "MicrosoftYaHei-Bold";
}
.yj-wz-nav-menu > .container > div.cur > a::before, .yj-wz-nav-menu > .container > div:hover > a::before {
  width: 60%;
}
.yj-wz-nav-menu > .container > div:hover > .children {
  opacity: 1;
  visibility: visible;
}
.yj-wz-nav-menu > .container > div:nth-child(2) .children-items {
  position: absolute;
  left: 17.8571428571%;
}
.yj-wz-nav-menu > .container > div:nth-child(3) .children-items {
  position: absolute;
  left: 32.1428571429%;
}
.yj-wz-nav-menu > .container > div:nth-child(4) .children-items {
  position: absolute;
  left: 46.4285714286%;
}
.yj-wz-nav-menu > .container > div:nth-child(5) .children-items {
  position: absolute;
  right: 32.1428571429%;
}
.yj-wz-nav-menu > .container > div:nth-child(6) .children-items {
  position: absolute;
  right: 17.8571428571%;
}
.yj-wz-nav-menu > .container > div:nth-child(7) .children-items {
  position: absolute;
  right: 3.5714285714%;
}
@media screen and (max-width: 992px) {
  .yj-wz-nav-menu {
    height: auto;
    line-height: normal;
  }
  .yj-wz-nav-menu > .container {
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .yj-wz-nav-menu > .container > div {
    width: 33.33%;
    flex: none;
    height: 0.875rem;
    line-height: 0.875rem;
  }
  .yj-wz-nav-menu > .container > div > a {
    font-size: 0.4rem;
  }
  .yj-wz-nav-menu > .container > div:hover > .children {
    display: none;
  }
}

.yj-wz-common-footer {
  background-color: #2f72da;
  padding: 0.27rem 0 0.34rem;
}
.yj-wz-common-footer .links {
  position: relative;
}
.yj-wz-common-footer .links ul {
  *zoom: 1;
}
.yj-wz-common-footer .links ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.yj-wz-common-footer .links ul li {
  float: left;
  width: 17.647%;
  margin-left: 2.94117%;
  text-align: center;
  border-radius: 0.06rem;
  background-color: #afcdfb;
  height: 0.42rem;
  line-height: 0.42rem;
  cursor: pointer;
}
.yj-wz-common-footer .links ul li:nth-child(1) {
  margin-left: 0;
}
.yj-wz-common-footer .links ul li span {
  display: inline-block;
  font-size: 0.16rem;
  color: #333;
  position: relative;
}
.yj-wz-common-footer .links ul li span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: auto;
  right: -0.3rem;
  width: 0.19rem;
  height: 0.1rem;
  background-image: url(../images/yj-wz-common-ic-footer-down-arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s ease;
}
.yj-wz-common-footer .links ul li span.cur::after {
  transform: translateY(-50%) rotate(180deg);
}
.yj-wz-common-footer .links ul li .sub-links {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.69rem;
  background-color: #d9ebfb;
  z-index: 999;
}
.yj-wz-common-footer .links ul li .sub-links dl {
  *zoom: 1;
}
.yj-wz-common-footer .links ul li .sub-links dl:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.yj-wz-common-footer .links ul li .sub-links dl dt {
  float: left;
  width: 20%;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
}
.yj-wz-common-footer .links ul li .sub-links dl dt a {
  color: #333;
}
.yj-wz-common-footer .infos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.yj-wz-common-footer .infos > div:nth-child(1) {
  width: 39.7%;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.8;
}
.yj-wz-common-footer .infos > div:nth-child(1) > div > a, .yj-wz-common-footer .infos > div:nth-child(1) > div > div {
  display: inline-block;
}
.yj-wz-common-footer .infos > div:nth-child(1) > div a {
  font-size: 0.16rem;
  color: #fff;
}
.yj-wz-common-footer .infos > div:nth-child(1) > div div + div {
  margin-left: 0.1rem;
}
.yj-wz-common-footer .infos > div:nth-child(1) > div a + a {
  position: relative;
  margin-left: 0.2rem;
}
.yj-wz-common-footer .infos > div:nth-child(1) > div a + a::before {
  content: "";
  width: 1px;
  height: 0.15rem;
  background-color: #fff;
  position: absolute;
  left: -0.11rem;
  top: 50%;
  transform: translateY(-50%);
}
.yj-wz-common-footer .infos > div:nth-child(1) > div:nth-child(4) a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.yj-wz-common-footer .infos > div:nth-child(1) > div:nth-child(4) a img {
  margin-right: 5px;
}
.yj-wz-common-footer .infos > div:nth-child(2) {
  display: flex;
  flex-direction: row;
}
.yj-wz-common-footer .infos > div:nth-child(2) div img {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
}
.yj-wz-common-footer .infos > div:nth-child(2) div span {
  display: block;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
  margin-top: 0.05rem;
}
.yj-wz-common-footer .infos > div:nth-child(2) div + div {
  margin-left: 0.27rem;
}
.yj-wz-common-footer .infos > div:nth-child(3) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yj-wz-common-footer .infos > div:nth-child(3) .dzjg img {
  width: 0.58rem;
  height: 0.69rem;
}
.yj-wz-common-footer .infos > div:nth-child(3) #imgConac {
  width: 0.8rem;
  height: 0.8rem;
}
.yj-wz-common-footer .infos > div:nth-child(3) .wangjing {
  margin-left: 0.1rem;
}
.yj-wz-common-footer .infos > div:nth-child(3) .wangjing img {
  width: 0.43rem;
  height: 0.69rem;
}
.yj-wz-common-footer .infos .zfzc {
  margin-left: 0.25rem;
}
.yj-wz-common-footer .infos .zfzc img {
  width: 1.1rem;
  height: 0.55rem;
}
.yj-wz-common-footer .infos .wuzhangai {
  margin-left: 0.25rem;
}
.yj-wz-common-footer .infos .wuzhangai img {
  width: 1.11rem;
  height: 0.52rem;
}
@media screen and (max-width: 992px) {
  .yj-wz-common-footer {
    padding: 0.375rem 0 0.375rem;
  }
  .yj-wz-common-footer .links {
    display: none;
  }
  .yj-wz-common-footer .links ul li {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
    border-radius: 0.1rem;
    height: 0.875rem;
    line-height: 0.875rem;
  }
  .yj-wz-common-footer .links ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .yj-wz-common-footer .links ul li span {
    font-size: 0.35rem;
  }
  .yj-wz-common-footer .links ul li span::after {
    right: -0.375rem;
    width: 0.25rem;
    height: 0.125rem;
  }
  .yj-wz-common-footer .links ul li .sub-links {
    bottom: 3.575rem;
  }
  .yj-wz-common-footer .links ul li .sub-links dl {
    max-height: 200px;
    overflow-y: auto;
  }
  .yj-wz-common-footer .links ul li .sub-links dl dt {
    width: 33.333%;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.3rem;
  }
  .yj-wz-common-footer .infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    padding: 0 0.25rem;
  }
  .yj-wz-common-footer .infos > div:nth-child(1) {
    width: 100%;
    font-size: 0.35rem;
    line-height: 1.6;
    text-align: center;
  }
  .yj-wz-common-footer .infos > div:nth-child(1) > div > div {
    display: block;
  }
  .yj-wz-common-footer .infos > div:nth-child(1) > div a {
    font-size: 0.35rem;
  }
  .yj-wz-common-footer .infos > div:nth-child(1) > div div + div {
    margin-left: 0;
  }
  .yj-wz-common-footer .infos > div:nth-child(1) > div a + a {
    position: relative;
    margin-left: 0.125rem;
  }
  .yj-wz-common-footer .infos > div:nth-child(1) > div a + a::before {
    display: none;
  }
  .yj-wz-common-footer .infos > div:nth-child(1) > div:nth-child(4) a {
    justify-content: center;
  }
  .yj-wz-common-footer .infos > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    margin-top: 0.375rem;
  }
  .yj-wz-common-footer .infos > div:nth-child(2) div img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .yj-wz-common-footer .infos > div:nth-child(2) div span {
    font-size: 0.3rem;
  }
  .yj-wz-common-footer .infos > div:nth-child(2) div + div {
    margin-left: 0.375rem;
  }
  .yj-wz-common-footer .infos > div:nth-child(3) {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.375rem;
  }
  .yj-wz-common-footer .infos > div:nth-child(3) .dzjg img {
    width: 1rem;
    height: auto;
  }
  .yj-wz-common-footer .infos > div:nth-child(3) #imgConac {
    width: 1.25rem;
    height: auto;
  }
  .yj-wz-common-footer .infos > div:nth-child(3) .wangjing {
    margin-left: 0.25rem;
  }
  .yj-wz-common-footer .infos > div:nth-child(3) .wangjing img {
    width: 0.75rem;
    height: auto;
  }
  .yj-wz-common-footer .infos .zfzc {
    margin-left: 0.25rem;
  }
  .yj-wz-common-footer .infos .zfzc img {
    width: 1.75rem;
    height: auto;
  }
  .yj-wz-common-footer .infos .wuzhangai {
    margin-left: 0.25rem;
  }
  .yj-wz-common-footer .infos .wuzhangai img {
    width: 1.75rem;
    height: auto;
  }
}

.yj-wz-page-location {
  padding: 0.22rem 0;
  line-height: normal;
}
.yj-wz-page-location span,
.yj-wz-page-location a {
  font-size: 0.16rem;
  color: #666;
}
@media screen and (max-width: 992px) {
  .yj-wz-page-location {
    line-height: 1.2;
  }
  .yj-wz-page-location span,
  .yj-wz-page-location a {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0.25rem;
  }
}